home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0292.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  3.6 KB  |  88 lines

  1.  
  2. To quote Homer Simpson:
  3. "Doooooooooooh!"
  4.  
  5. What I MEANT to say was the other socket libraries are based on UNIX 
  6. sockets, so you can't use window callbacks.  You can still do non-blocking 
  7. operations.
  8.  
  9. UNIX socket libraries I know about include:
  10. 1. IPC_SAP by Douglas Schmidt.  It seemed elegant to me, but I have not used 
  11. it, merely looked at it.  He has not posted it anywhere as far as I know (I 
  12. wrote him at schmidt@ics.uci.edu).  If someone wants to volunteer (and it is 
  13. OK with Mr. Schmidt), I can email a copy to the administrator at a public 
  14. FTP site.
  15.  
  16. 2. "SOCKET++  is a C++ iostream like library for sockets and pipes.  FTP 
  17. from uvaarpa.virginia.edu in /public_access/socket++/XX.tar.gz (where XX is 
  18. the version number)."
  19.  
  20. 3. "A C++ socket library FTP from cs.ucl.ac.uk [128.16.5.31] in 
  21. coside/gnu/sockets++.tar.z."
  22.  
  23. (2) and (3) are from "The C++ Report", February 1994, column "The best of 
  24. comp.lang.c++".
  25. ======================================================================
  26. Mark Fisher                            Thomson Consumer Electronics
  27. fisherm@tcemail.indy.tce.com           Indianapolis, IN
  28.  
  29. "Just as you should not underestimate the bandwidth of a station wagon
  30. traveling 65 mph filled with 8mm tapes, you should not overestimate
  31. the bandwidth of FTP by mail."
  32. From news@bigblue.oit.unc.edu Fri Feb 25 23:30:48 1994
  33. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  34.           id AA23658; Fri, 25 Feb 1994 19:27:40 -0500
  35. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  36.           id AA15314; Fri, 25 Feb 1994 19:06:32 -0500
  37. Received: from GATEWAY by bigblue with netnews
  38.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  39. To: winsock@sunsite.unc.edu
  40. Date: Fri, 25 Feb 1994 23:30:48 GMT
  41. From: harr@netcom.com (Charles (Chuck) Harrison)
  42. Message-Id: <harrCLszzC.J72@netcom.com>
  43. Organization: Netcom - Online Communication Services (408 241-9760 guest)
  44. Sender: ses
  45. References: <CLDMyn.2yq@daedalus.cs.unm.edu>, <treynold.4.00019806@hp800.lasalle.edu>
  46. Subject: Re: Term compiled to winsock?
  47.  
  48. In article <treynold.4.00019806@hp800.lasalle.edu> treynold@hp800.lasalle.edu (Tom Reynolds) writes:
  49. >In article <CLDMyn.2yq@daedalus.cs.unm.edu> mcdermot@daedalus.cs.unm.edu (John McDermott) writes:
  50. >>Newsgroups: alt.winsock
  51. >>From: mcdermot@daedalus.cs.unm.edu (John McDermott)
  52. >>Subject: Term compiled to winsock?
  53. >
  54. >>Does anyone have a version of TERM (ya know, that program which lets you
  55. >>*pretend* you have a tcp/ip link instead of a plain one) compiled against
  56. >>winsock? (ie has someone already done the porting?)
  57. >>Thanks,
  58. >>--john
  59. >
  60. >Term for winsock?  I don't see it as happening.  TERM relies heavily on 
  61. >certain UNIX-specific aspects of the OS if I remember correctly, and also does 
  62. >not use tcp-ip directly.  If you've run term, then you know that you don't use 
  63. >rsh or ftp, you use trsh, or termftp.  Therefore, you'd actually have to 
  64. >rewite the socket code in the winsock to use these "simulated" sockets.
  65. >
  66. >Sounds like a tough job to me.... Good luck though, I think it'd be an 
  67. >interesting project...
  68.  
  69. It _is_ an interesting project, and I say the first step is defining the 
  70. comm protocol accross the serial link which will support BSD-style sockets.
  71. My suggestion is developing in the form of a proto-RFC at
  72.   ftp://ftp.netcom.com/pub/cfh/sockets/ss002.txt
  73.  
  74. I now have access to both a Sun unix box w/4.1.3 (BSD-style) and a 
  75. vanilla 386 Windows box in one place, and I'm working on the learning curve 
  76. in my spare time...don't hold your breath :-).
  77.  
  78. Cheers,
  79.  -Chuck   harr@netcom.com
  80.  
  81. >
  82. >---
  83. >Thanx!
  84. >Tom Reynolds
  85. >Department of Academic Computing, LaSalle University
  86. >treynold@hp800.lasalle.edu
  87.  
  88.